home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Gold 2
/
Shareware Gold II - Volume 2 Number 1 - Wayzata Technology (7071) (1991).iso
/
finance
/
solve_it
/
printdoc.bat
< prev
next >
Wrap
DOS Batch File
|
1991-02-09
|
546b
|
26 lines
:begin
@echo off
cls
echo
echo
echo You will need approximately 110 pages in your printer to print Slvit4.Doc.
echo
echo Prepare printer....set ON LINE on....set to top of paper....
echo
echo or press "ctl-break" to quit...answer "Y" at question...
echo
echo
pause
echo
if not exist slvit4.doc goto errormsg
type slvit4.doc >prn
if errorlevel 0 goto end
:errormsg
echo Cannot Find File SLVIT4.DOC
echo
echo Make Sure That SLVIT4.DOC Is On This Disk or In This Directory!!
echo
echo
:end
@echo on